home *** CD-ROM | disk | FTP | other *** search
- global RTMenu,RTIDs, gOrigCardID,gNBSN
- if the mouse is down then
- put stripem(RTMenu, ";^!</(", ":'.▓\{") into rtm
- get popitup(rtm,1,the clickh-100,the clickv,"noSubMenus")
- get item 1 of it
- else
- if RTMenu ¡"" then get 1
- else get 0
- end if
- cbusy
- if it>0 then
- put the short id of this cd into gOrigCardID
- get line it of RTIDs
- set the itemdelimiter to "■"
- put item 1 of it into theid
- put item 2 of it into thestack
- set the itemdelimiter to ","
- if thestack = gNBSN then
- go cd id theid of stack thestack in a new window
- else
- go cd id theid of stack thestack
- end if
- put "" into gOrigCardID
- moveWindow
- end if